home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / EXPATH.H < prev    next >
Text File  |  1991-10-21  |  812b  |  13 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    UUPC/extended                                                   */
  3. /*                                                                    */
  4. /*    e x p a t h . h                                                 */
  5. /*                                                                    */
  6. /*    Header file for expath.c                                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. char *expand_path(char *path,          /* Input/output path name     */
  10.                   const char *cur_dir, /* Default directory path     */
  11.                   const char *home,    /* Default home directory     */
  12.                   const char *ftype);  /* Default extension          */
  13.